SPREAD for WPF 4.0J - GcSpreadSheet
InsertItem メソッド (NotifyCollection<T>)

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 > NotifyCollection<T> クラス : InsertItem メソッド
項目を挿入する位置の 0 から始まるインデックス。
挿入するオブジェクト。
コレクション内の指定したインデックスに項目を挿入します。
シンタックス
'宣言
 
Protected Overrides Sub InsertItem( _
   ByVal index As System.Integer, _
   ByVal item As T _
) 
protected override void InsertItem( 
   System.int index,
   T item
)

パラメータ

index
項目を挿入する位置の 0 から始まるインデックス。
item
挿入するオブジェクト。
例外
例外解説
コレクションがロックされています。index がコレクションのサイズを超えています。item が null 参照 (Visual Basicでは Nothing) です。
index がコレクションのサイズを超えています。
item が null 参照 (Visual Basicでは Nothing) です。
参照

NotifyCollection<T> クラス
NotifyCollection<T> メンバ